@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
.cnti {
	width:auto;
	padding-left:50px;
	padding-right:50px;
	height:auto;
	font-family:"微软雅黑";
	font-size:20px;
	color:#999;
	line-height:600%;
	font-weight:normal;
	line-height:400%;
	text-align:left;
	margin:0 auto;
}
.cns {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
/* #marquee1 */
#marquee1 {
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#marquee1 ul li {
	float:left;
	width:500px;
	padding-left:50px;
	padding-right:350px;
}
#marquee1 ul li h{
	width:100%;
	text-align:left;
}
#marquee1 ul li h a{
    font-family:"微软雅黑";
	font-size:30px;
	color:#333;
	line-height:120%;
	font-weight:normal;
	text-decoration:none;
}
#marquee1 ul li h a:hover{
	color:#0061B0;
}
#marquee1 ul li span{
	width:100%;
	font-family:"微软雅黑";
	font-size:14px;
	color:#999;
	line-height:60px;
	font-weight:normal;
	text-align:left;
}
#marquee1 ul li p{
	width:100%;
	height:90px;
	font-family:"微软雅黑";
	font-size:14px;
	color:#666;
	line-height:30px;
	font-weight:normal;
	text-align:left;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}

.control {
    width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align:center;
	margin:0px auto;
}
.control a{
    font-family:"微软雅黑";
	font-size:14px;
	color:#999;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
}
.control a:hover{
	color:#0061B0;
}
